home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-09 | 1.4 KB | 74 lines | [TEXT/MPS ] |
- # This makefile was produced at 1:51:03 PM on Mon, Jan 14, 1991 by
- # Makemake version 2.0d29 (9 Jan 90), by Rick Holzgrafe and scott douglass.
- # To change this Makefile edit the definition of MAKEMAKE below
- # and execute Make Makefile.
-
-
- MAKEMAKE = MakeMake ∂
- -t test ∂
- -f "-t 'INIT' -c 'Paul'" -l "-rn -m test -rt INIT=0" test.c.o ∂
- KeepMeAround.c.o Hustler:MPW:Libraries:Libraries:Interface.o
-
- TARGETS = test
-
- DOT_H =
-
- DOT_R =
-
- SRCS =
-
- LIBS = test.c.o KeepMeAround.c.o Hustler:MPW:Libraries:Libraries:Interface.o
-
- COUNT = Count
- COUNTOPTS =
- CTAGS = Ctags
- CTAGSOPTS = -p -local -update
- DELETE = Delete
- DELETEOPTS = -i
- FILES = Files
- FILESOPTS = -l
- LIB = Lib
- LIBOPTS =
- LINK = Link
- LINKOPTS =
- MAKEFILE = Makefile
- PRINT = Print
- PRINTOPTS =
- REZ = Rez
- SETFILE = SetFile
- SETFILEOPTS = -t 'MPST' -c 'MPS '
-
-
- ROptions = -a
-
- test ƒƒ {LIBS}
- {LINK} -rn -m test -rt INIT=0 -o {Targ} {LIBS}
-
- test ƒƒ {LIBS}
- {SETFILE} -t 'INIT' -c 'Paul' {Targ}
-
-
-
- {MAKEFILE} ƒ NoSuchFile
- NoSuchFile ƒ
- {MAKEMAKE}
-
- clean ƒ
- {DELETE} {DELETEOPTS} Dev:Null # No objects, so use a dummy argument
-
- clobber ƒ clean
- {DELETE} {DELETEOPTS} {TARGETS}
-
- count ƒ
- {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
-
- files ƒ
- {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
-
- print ƒ
- {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
-
- tags ƒ {DOT_H} {SRCS}
- {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
-
-